home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
DEV
/
A-B
/
add images.cpt
/
about_alert.h
< prev
next >
Wrap
Text File
|
1989-05-30
|
440b
|
17 lines
/* *******************************
File: about_alert.h
Function: Header file for this Alert
History: 4/27/89 Original by Prototyper.
This is a NOTE alert, it is used to inform the user of some general information.
This alert is not used if there is a possibility of losing any data.
******************************* */
#define about_alert_id 7
#define error_dialog_id 2
void A_about_alert(void);
void D_error_alert(long err_num);